If you choose to edit the generated Java code, note that your changes will be merged upon regeneration if you change the@ generated tag ( in the Javadoc) to@ generated NOT. 如果您选择编辑这个产生的Java代码,注意您的变更将根据重新产生而合并,如果您将这个@generated标签(在Javadoc中)变更为@generatedNOT的话。
Even though the binding is a source text file which can be easily modified like most generated code it should never be modified, because regeneration will wipe out all modifications. 虽然绑定是文本源代码文件,与大多数生成的代码一样很容易修改,但是千万不要这么做,因为重新生成后会清除掉所有的修改。
If this option is enabled, you will see the multiply method is put in the generated skeleton, and the Add method with its business logic is also kept in the skeleton after the code regeneration. 如果这个选项已经被激活,您就会看到“multiply”方法被置入产生的框架中,“Add”方法和它的业务逻辑也会在代码重新产生以后保存到这个框架中。